home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_31715.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  63 lines

  1. -- card: 31715 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 13 (button)
  9. -- low flags: 00
  10. -- high flags: 0004
  11. -- rect: left=296 top=229 right=270 bottom=344
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 32670 / 32670
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   Show all cards
  24.   pop card
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 14 (field)
  30. -- low flags: 01
  31. -- high flags: 2004
  32. -- rect: left=19 top=217 right=286 bottom=284
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 3
  37. -- text size: 9
  38. -- style flags: 0
  39. -- line height: 12
  40. -- part name: 
  41.  
  42.  
  43. -- part contents for background part 43
  44. ----- text -----
  45. 267,189
  46.  
  47. -- part contents for background part 1
  48. ----- text -----
  49. When you copy an object such as a button or a field, you also copy any script the object has.
  50.  
  51. Copying buttons and modifying their scripts is the easiest way to learn how to program with HyperTalk.  Start by copying buttons from the Button Ideas stack.  Open the buttons' scripts to see how they work.  Modify the scripts; and cut and paste among scripts.  
  52.  
  53. -- part contents for background part 2
  54. ----- text -----
  55. Introduction to HyperTalk (cont.)
  56.  
  57. -- part contents for background part 44
  58. ----- text -----
  59. Copying scripts
  60.  
  61. -- part contents for card part 14
  62. ----- text -----
  63. Option-Shift-drag with the Button tool to copy this button.  Double-click the copy and click Script to edit its script.  Select the word "all" and type "10"  to have the button show just 10 cards instead of the entire stack.